docs.rs failed to build mac-notification-sys-0.6.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
mac-notification-sys
A simple wrapper to deliver or schedule macOS Notifications in Rust.
Usage
#Cargo.toml
[]
= "0.6"
Documentation
The documentation can be found here
Example
use *;
TODO
- Add timeout option so notifications can be auto-closed
- Allow NSDictionary to hold various types (perhaps with a union?)
- Switch to UserNotification if possible
Contributors
Thanks goes to these wonderful people:
Any help in form of descriptive and friendly issues or comprehensive pull requests are welcome!
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in mac-notification-sys by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
Conventions
The Changelog of this library is generated from its commit log, there any commit message must conform with https://www.conventionalcommits.org/en/v1.0.0/. For simplicity you could make your commits with convco.